home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / P640X480.ZIP;1 / PLINK.BAT < prev   
Encoding:
DOS Batch File  |  1993-03-02  |  236 b   |  8 lines

  1. rem Sample batch file for assembling and linking the PIXEL machine code.
  2. rem Modify to suit your configuration.
  3. masm pixel
  4. del pixel.qlb
  5. del pixel.lib
  6. link /q pixel.obj,,,\bc7\lib\qbxqlb.lib;
  7. lib pixel.lib,,+pixel.obj,,pixel.lib
  8.